home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / lostmu22.zip / LOSTMENU.DOC < prev    next >
Text File  |  1992-05-21  |  6KB  |  159 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.          ░░░░░░░░░░░░░░░░░░░░░░░░░░ Lost Menu the Sysop's Friend ░░░░░
  7.  
  8.                                     FREEWARE for the People 05/20/92
  9.                                     Lost Menu By John C Kleinbauer
  10.                                     15 Fisher Place
  11.                                     North Arlington, N.J. 07031
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.          ╥──
  19.          ║
  20.          ║       ╓──┐ ╓──┐ ╓─╥─┐    ╓─╥─┐ ╥──┐ ╓─╖ ┬ ╥  ┬
  21.          ║       ║  │ ╙──┐   ║      ║ ║ │ ╟─   ║ ║ │ ║  │
  22.          ╨─────┘ ╙──┘ ╙──┘   ╨      ╨ ╨ ┴ ╨──┘ ╨ ╙─┘ ╙──┘ Version 2.20
  23.  
  24.          A Simple Integral Menu System for PCBoard
  25.  
  26.  
  27.  
  28.  
  29.  
  30.          Documentation By John C Kleinbauer
  31.          The Free For All B.B.S.
  32.          North Arlington,N.J.
  33.          1-201-998-7337                ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  34.  
  35.  
  36.  
  37.  
  38.  
  39.              How many times have you dropped to DOS on your BBS to use
  40.          your favorite utility but then forgot the batch file name or
  41.          the directory to call it from? Tired of having to type BOARD
  42.          to reload the B.B.S.? Then read on....
  43.  
  44.  
  45.              The TRICK of this program is a program called PCBMONI, This
  46.          is not the one that comes with PCBoard but a replacement that will
  47.          allow you to use your favorite MENU program or use the one that
  48.          is supplied. PCBoard is hard wired to call PCBMONI.EXE so making
  49.          a batch file called PCBMONI or PCBMONI.BAT will not work.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                         <<<<   How it all works  >>>>
  62.  
  63.               PCBoard comes with a program called PCBMONI it is accessible
  64.          from the call waiting screen. PCBMONI is of no use to the single
  65.          node BBS but can be expanded to contain a menu system. Thus the
  66.          name LOST MENU. PCBMONI is not eliminated but instead is added to
  67.          a list of your favorite utilities that can be called from the MENU.
  68.  
  69.  
  70.                              <<<< Operation >>>>
  71.  
  72.               At the Call Waiting screen select PCBMONI hit enter. A menu
  73.           will now appear, select the utility you want then hit ESC when
  74.           you are done with the utility and the Menu screen will appear select
  75.           an other utility or Reload the BBS.
  76.  
  77.  
  78.                     <<<< Installing You Favorite Menu Program >>>>
  79.  
  80.          1. Rename PCBMONI.EXE to MONIOLD.EXE
  81.  
  82.          2. Put the new PCBMONI.EXE (The one in this package) in your
  83.             PCB directory.
  84.  
  85.          3. Make a batch file that calls up your favorite Menu Program.
  86.  
  87.          4. Name the batch file that calls up your Menu Program "MONI.BAT"
  88.             this is the file that the new PCBMONI calls.
  89.  
  90.          5. Setup your Menu Program with paths and executable names.
  91.  
  92.          6. If Your Menu gives you any problems go with My Method.
  93.  
  94.  
  95.                               <<<< My Method >>>
  96.  
  97.          1. Rename PCBMONI.EXE to MONIOLD.EXE
  98.  
  99.          2. Put the new PCBMONI.EXE (The one in this package) in your
  100.             PCB directory.
  101.  
  102.          3. Edit the MONI.BAT I have included in this package. Recheck
  103.             your paths and names of programs that you are going to use.
  104.          
  105.          4. Add the program PAUZ to your path. (This program returns DOS
  106.             ERRORLEVELs to the batch file to allow branching, it also
  107.             allows you time to make your choice).
  108.  
  109.          5. You are allowed up to Nine choices on the menu. (1-9 but you
  110.             must add them.) and add " ERRORLEVEL==X GOTO UTILX "(X=NUMBER)
  111.             to the batch file to cause it to branch.
  112.  
  113.                        <<<< Testing and Troubleshooting >>>>
  114.  
  115.               Run MONI.BAT from the DOS line first to make sure all
  116.          paths and switches are correct. Then add it to your PCB directory
  117.          along with the new PCBMONI.EXE.
  118.  
  119.  
  120.                         <<<< Technical aspects for the curious >>>>
  121.  
  122.                The new PCBMONI.EXE is no more that a compiled batch file
  123.           that says.......
  124.  
  125.                                      ECHO OFF
  126.                                      CLS
  127.                                      MONI.BAT
  128.  
  129.                I used PC Magazine's BAT2EXEC, then I renamed my batch file
  130.          PCBMONI.EXE. The compiled batch file must be named PCBMONI.EXE or
  131.          PCBoard will not see it. You can not compile MONI.BAT because the
  132.          ERRORLEVELs in the batch file will not work at all.
  133.  
  134.  
  135.                       <<<< Adding more than nine choices >>>>
  136.  
  137.                 Please note in this version I added MONI2.BAT this is the
  138.          batch file I use on my B.B.S. Look MONI2.BAT over notice that you
  139.          can make each of the choices in the first MENU call up a different
  140.          menu. This scheme should allow over fifty separate utilities to
  141.          be called up quickly without dropping to DOS.
  142.  
  143.                              <<<< Going further >>>>
  144.  
  145.                 If you would like a color menu just use a program like
  146.          THE DRAW to create a self displaying ANSI picture that is called
  147.          from the batch file.
  148.  
  149.  
  150.                         <<<< Thanks to the following people >>>>
  151.  
  152.               To Br.Bill Leaming of Vocation Central BBS 1-201-643-7851
  153.          for explaining how to replace PCBMONI to run a utility program.
  154.  
  155.               To Bob Eyer of Toronto Canada for writing PAUZ and releasing
  156.          it as FREEWARE.
  157.                                                    Good Luck
  158.                                                    John C Kleinbauer
  159.